home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00103_sap2.pct.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  348 b   |  14 lines

  1. on mouseUp
  2.   global title, description, retprice, mcprice, rating, format, demo, cover
  3.   set cover to "sap2.pct"
  4.   set title to "Select-A-Pet 2"
  5.   set description to "Penthouse Pets of the Year on CD Rom!"
  6.   set retprice to "29.95 "
  7.   set mcprice to "19"
  8.   set rating to "R"
  9.   set format to "H"
  10.   set demo to 0
  11.   SetReturn()
  12.   go("Order Form")
  13. end
  14.